golang.org/x/net/http2.synctestGroupInterface.AfterFunc (method)

3 uses

	net/http
		h2_bundle.go#L3926: 	AfterFunc(d time.Duration, f func()) http2timer
		h2_bundle.go#L4256: 		return s.group.AfterFunc(d, f)
		h2_bundle.go#L7652: 		return t.http2transportTestHooks.group.AfterFunc(d, f)